home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cancelbt / file_id.diz < prev    next >
Text File  |  1995-12-11  |  334b  |  1 lines

  1. VB project that demonstrates how to provide the user with a CANCEL option on a long running process. The modeless cancel dialog uses the SetWindowWord API to create a child form that remains above the parent but is automatically minimized if the parent is. This is also probably the best technique for creating floating toolbar forms.